home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / tektel1a.zip / READ.ME next >
Text File  |  1994-02-14  |  2KB  |  39 lines

  1. TEKTEL - a WinSock Telnet with Tektronix T4010 emulation
  2.  
  3. Version: 1a
  4.  
  5. TekTel is my first WinSock and first Visual Basic application, so please don't
  6. expect too much of it! I'm writing it because my workplace still uses Uniras
  7. on a Vax, and I'm fed up with supporting Kermit when all other network services
  8. now run under Windows.
  9. Ultimately I intend this to be a VT100 and T4010 emulator. For now, however,
  10. the Tek part works okay but the ascii terminal part is a mess. Its worst fault
  11. is that I haven't worked out how to stop passwords being displayed. It also
  12. doubles typed characters, makes a mess of control characters, and flickers
  13. horribly.
  14. You would not want to use TekTel on its own at the moment, but I think it's
  15. useful enough in conjunction with a decent Telnet (eg QVT).
  16.  
  17. Apologies for the one month lifespan: I haven't got round to sending
  18. Visual Technology the $50 for their VTSocket library. Hopefully I'll do so
  19. within the next month!
  20.  
  21. TekTel is public domain - you may distribute it freely. I take no
  22. responsibility for any problems it may cause you, but feel free to email me
  23. about bugs or suggestions. If anyone wants the Tek code to incorporate into
  24. another Telnet just ask.
  25.  
  26. Mike Salmon, Feb '94
  27.  
  28. m.salmon@uea.ac.uk
  29.  
  30.  
  31.  
  32. INSTALLATION:
  33.  
  34. VTSOCKET.VBX and THREED.VBX should be placed in \WINDOWS\SYSTEM
  35. This program requires VTsocket version 1.0H or later (cos the earlier
  36. versions lost data).
  37. You will also need the Visual Basic 3.0 runtime support library
  38. VBRUN300.DLL available from major sites (eg wuarchive.wustl.edu)
  39.